The Sass .sass file is visually different from .scss file, e.g. Example.sass - sass is the older syntax

42

$color: red

=my-border($color)
  border: 1px solid $color

body
  background: $color
  +my-border(green)

Comments

Submit
0 Comments